Previous topicNext topic
Help > Keyword Reference >
DIALOG NONSTABLE statement

Purpose

Make a Dialog non-stable (closeable).

Syntax

DIALOG NONSTABLE hDlg

Remarks

The Dialog identified by the handle hDlg is made non-stable, meaning that it can be closed by the user. If there is a system menu, the close option and the close box are enabled. The ALT-F4 close key is also enabled. This is the default mode of operation.

See also

DIALOG STABILIZE